Get the network interface working in shadow translate mode. This
authorsos22@douglas.cl.cam.ac.uk <sos22@douglas.cl.cam.ac.uk>
Thu, 26 Jan 2006 13:33:20 +0000 (14:33 +0100)
committersos22@douglas.cl.cam.ac.uk <sos22@douglas.cl.cam.ac.uk>
Thu, 26 Jan 2006 13:33:20 +0000 (14:33 +0100)
commit99701fa9346a514d2e1316cd9856a22cba59e003
treec1d0a7a5de657ff753748cff1eaf7c7b7b8187f2
parentcd9edced7b75c82b53b578fbe751fc00735d4448
Get the network interface working in shadow translate mode.  This
required a few extra __gpfn_to_mfn translations, and also required a
minor change in the grant tables interface: if we're in shadow
translate mode, then shared->frame is supposed to be the pfn you want
to map the new mfn to when accepting a grant transfer, and Xen handles
updating the M2P and P2M tables for you.

Signed-off-by: Steven Smith, sos22@cam.ac.uk
xen/common/grant_table.c
xen/common/memory.c